Constants encompassing user type identifiers for the wrapping of nkMemory. More...
Static Public Attributes | |
static const std::string | NAMESPACE |
Identifies the namespace. | |
static const std::string | BUFFER |
Identifies a nkMemory::Buffer. | |
static const std::string | BUFFER_CAST |
Identifies a nkMemory::BufferCast<unsigned char>. | |
static const std::string | BUFFER_CAST_INT |
Identifies a nkMemory::BufferCast<int>. | |
static const std::string | BUFFER_CAST_FLOAT |
Identifies a nkMemory::BufferCast<float>. | |
static const std::string | BUFFER_CAST_DOUBLE |
Identifies a nkMemory::BufferCast<double>. | |
static const std::string | BUFFER_VIEW |
Identifies a nkMemory::BufferView<unsigned char>. | |
static const std::string | BUFFER_VIEW_INT |
Identifies a nkMemory::BufferView<int>. | |
static const std::string | BUFFER_VIEW_FLOAT |
Identifies a nkMemory::BufferView<float>. | |
static const std::string | BUFFER_VIEW_DOUBLE |
Identifies a nkMemory::BufferView<double>. | |
Constants encompassing user type identifiers for the wrapping of nkMemory.
Use those constant identifiers to identify wrapped types when wrapping your own functions.